﻿@font-face{
     font-family: '字体名称随便起'; 
     src: url('../font/字体名称.eot');
     src:url('../font/字体名称.woff') format('woff'),
         url('../font/字体名称.ttf') format('truetype'),
         url('../font/字体名称.svg') format('svg');
}

/*通用类*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	font-size: 14px;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #fff;
	text-align: justify;
	color: #010000;
	position: relative;
}
h1, h2, h3 {
	font-weight: 500;
}
img {
	border: none;
}
a {
	cursor: pointer;
	color: #333;
	text-decoration: none !important;
	outline: none;
}
a:hover {
}
ul {
	list-style-type: none;
}
em {
	font-style: normal;
}
.lt {
	float: left;
}
.rt {
	float: right;
}
input.sub, label {
	border: none;
	cursor: pointer;
}
input, textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}
table {
	border-collapse: collapse;
}
table td, table th {
	padding: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color:#ccc;
}
input::-moz-placeholder, textarea::-moz-placeholder {   /* Mozilla Firefox 19+ */
 color:#ccc;
}
input:-moz-placeholder, textarea:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
 color:#ccc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {  /* Internet Explorer 10-11 */
 color:#ccc;
}
div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*header 头*/

.header {
   text-align: center;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
   top: 0px;
   height: 115px;
   position: fixed;
   width: 100%;
   padding: 0;
   z-index: 5555;
   background: rgba(205, 39, 27, .9);
   background-size: cover;
}
.bantxt {
   position: absolute;
   top: 29%;
   left: 0;
   width: 100%;
   z-index: 999;
}
.bantxtm {
   background: rgba(205, 39, 27, .9);
   padding: 40px 40px 20px;
   width: 560px;
   margin: 0 auto;
   text-align: center;
}
.banner{
	position: relative;
}
.banner > .swiper-container img {
   height: 100%;
   object-fit: cover
}
.bantxt div img {}
.bantxt dd {
   font-size: 32px;
   color: #fff;
   font-weight: bold;
   padding-top: 20px;
}
.bantxt dd.bantxtm-dda {
   font-size: 20px;
   padding-top: 15px;
   font-style: italic;
}
.bantxt dd.bantxtm-dda span {
   display: inline-block;
   padding-left: 35px;
   background: url(../images/tel.png) no-repeat 0 center;
}
.banpic {
   height: 260px;
   width: 100%;
   background: url(../images/bg02.png) no-repeat center 0;
   background-size: auto 100%;
   position: absolute;
   left: 0;
   bottom: 0;
   z-index: 99;
}
.banpic dl {
   text-align: center;
   padding-top: 65px;
}
.banpic dl dt {
   width: 80px;
   height: 80px;
   margin: 0 auto;
   background: url(../images/p01.png) no-repeat center center;
   background-size: auto 100%;
}
.banpic dl dd {
   font-size: 18px;
   font-weight: bold;
   color: #ffe2a0;
}
.banpic dl dd p {
   margin: 0;
   padding-top: 10px;
}
.banpic dl.banpic-dla {
   padding-top: 45px;
}
.banpic dl.banpic-dla dd {
   padding-top: 10px;
}
.header * {
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
.header > div {
   padding: 20px 0
}
.rxian {
   position: absolute;
   top: 30%;
   left: 0;
   text-align: center;
   width: 100%;
}
.rxian div {
   background: rgba(205, 39, 27, 0.8);
   padding: 15px 30px;
   color: #fff;
   display: inline-block;
}
.rxian span {
   float: left;
   text-align: left;
   font-size: 15px;
   line-height: 18px;
   margin-left: 10px;
}
.rxian i {
   float: left;
   display: inline-block;
   font-size: 32px;
   color: #FFF;
}
.rxian img {
   float: left
}
.header.hover .rxian {
   top: 110px
}
.rxian b {
   float: right;
   font-size: 30px
}
a {
   color: #000;
}
.clearfix {
   clear: both
}
.blue {
   color: #5c5caa
}
.headlogo {
   position: absolute;
   left: 10px;
   top: 0;
}
.headnav {
   display: inline-block;
}
.nav_in {
   float: left;
   position: relative;
   text-transform: uppercase;
   z-index: 70;
}
.nav_in .par {
   display: block;
   height: 95px;
   line-height: 70px;
   margin: 0 16px;
   font-weight: bold;
   font-size: 16px;
   color: #fff;
}
.nav_in:hover .par, .now_hover .par {}
.nav_in ul {
   position: absolute;
   left: 0;
   top: 100px;
   z-index: 70;
   background: url("../images/htbg.png");
   width: 120px;
   display: none;
}
.nav_in:hover ul {
   display: block;
}
.nav_in li {
   height: 40px;
   line-height: 40px;
   font-size: 16px;
   vertical-align: top;
}
.nav_in li a {
   display: block;
   padding-left: 10px;
   width: 110px;
   color: #fff;
}
.nav_in li a:hover {
   background: #4a4ca5;
}
.nav_search {
   float: right;
   cursor: pointer;
   height: 90px;
   position: relative;
   z-index: 90;
}
.nav_search .handle {
   width: 46px;
   height: 100px;
   background: url("../images/home_03.jpg") no-repeat right center;
}
.search_bar {
   width: 300px;
   height: 50px;
   background: #fff;
   position: absolute;
   z-index: 70;
   right: 0;
   top: 100px;
   display: none;
}
.nav_search:hover .search_bar {
   display: block;
}
.search_bar .text {
   width: 240px;
   height: 50px;
   float: left;
   padding-left: 10px;
   border: 0;
   font-size: 16px;
}
.search_bar .sub {
   display: block;
   border: none;
   width: 50px;
   height: 45px;
   background: url("../images/home_03.jpg") no-repeat center center;
}
.dropmenudiv_b {
   display: none\9;
   width: 144px;
   overflow: hidden;
   background: rgba(0, 0, 0, 0.7);
   top: 95px;
   position: absolute;
   font-weight: bold;
   left: 0px;
   box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
   opacity: 1;
   z-index: 999999;
   padding-top: 20px;
   padding-bottom: 20px;
   -webkit-transition: all 300ms cubic-bezier(0.7, 0, 0.185, 1) 0s;
   transition: all 300ms cubic-bezier(0.7, 0, 0.185, 1) 0s;
   -webkit-transform-origin: 50% 0%;
   -ms-transform-origin: 50% 0%;
   transform-origin: 50% 0%;
   -webkit-transform: perspective(1200px) rotateX(-90deg);
   transform: perspective(1200px) rotateX(-90deg);
   -webkit-backface-visibility: hidden;
   -webkit-transform-style: preserve-3d;
}
.ani {
   display: block\9;
   transform: perspective(1200px) rotateX(0deg);
   -webkit-transform: perspective(1200px) rotateX(0deg);
   -moz-transform: perspective(1200px) rotateX(0deg);
   -ms-transform: perspective(1200px) rotateX(0deg);
   -o-transform: perspective(1200px) rotateX(0deg);
}
.dropmenudiv_b a:hover {
   color: #F90;
}.clearfix{ clear:both; content:''; display:block}
.clnav p{ margin-top:50px}
.nav a:hover, .nav a.hover {}
.nav_in:hover .par, .now_hover .par {}
.now_hover .par:after, .nav_in:hover .par:after {
   display: block;
   width: 30px;
   content: '';
   top: 55%;
   position: absolute;
   left: 50%;
   margin-left: -15px;
   border-bottom: #fff solid 2px;
}
.dropmenudiv_b a {
   display: block;
   float: left;
   font-size: 14px;
   padding-left: 0;
   margin: 0;
   text-align: left;
   font-weight: normal;
   width: 100%;
   padding-left: 15px;
   position: relative;
   line-height: 50px;
   color: #fff;
}
.header.hover .dropmenudiv_b {
   top: 90px;
}
.dropmenudiv_b a:hover {
   color: #c00;
   font-weight: bold
}
.dropmenudiv_b a:hover:after {}
.logo {
   margin-top: 15px;
   float: left;
}
.header input::-webkit-input-placeholder {
   color: #fff;
}
.header input::-moz-placeholder {
   color: #fff;
}
.header input::moz-placeholder {
   color: #fff;
}
.header input::-ms-input-placeholder {
   color: #fff;
}
.navwap {
   position: fixed;
   height: calc(100% - 69px);
   z-index: 9999;
   display: none;
   background: url(../images/bigbg.jpg) no-repeat center top #d0202c;
   background-size: cover;
   left: 0;
   top: 69px;
   width: 100%
}
.navwap.on {
   display: block
}
.navwap ul li {
   padding-left: 15px;
   border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
   position: relative
}
.navwap li i {
   color: #fff;
   position: absolute;
   right: 0px;
   top: 0px;
   width: 40px;
   height: 40px;
   text-align: center;
   line-height: 40px
}
.navwap ul {
   text-align: left;
}
.navwap li > a {
   display: block;
   width: 80%;
   padding: 10px 0;
   font-size: 18px;
   color: #fff
}
.navwap li p a {
   font-size: 14px;
   color: #fff;
}
.navwap li div {
   display: none;
   padding: 10px
}
.navwap li.hover div {
   display: block
}
.wwp {
   color: #999
}
.wwp .ssaa form {
   float: none;
   margin: 0 0 10px 0
}
.fff {
   color: #fff
}
input:focus {
   outline: none;
}
.ssaa {
   position: absolute;
   right: 10px;
   top: 38%;
   margin-top: -15px
}
.ssaa form {
   max-width: 200px;
   margin-right: 20px;
   float: left;
   border: rgba(255, 255, 255, 1) solid 1px;
   color: #fff;
   display: inline-block;
   border-radius: 20px;
}
.ssaa input {
   float: left;
   background: none;
   max-width: 120px;
   height: 34px;
   border: none
}
.ssaa input.bss {
   background: url(../images/index_08.png) no-repeat center center;
   margin-right: 10px;
   line-height: 100px;
   height: 20px;
   overflow: hidden;
   width: 40px;
   background-size: 45% !important;
   margin-top: 6px;
}
.ssaa .fa {
   color: #fff;
   font-size: 26px;
   padding-top: 3px;
}
.ssaa .dropmenudiv_b {
   top: 70px;
   left: -90px
}
.iss {
   padding-left: 10px;
}
.container {
   position: relative
}
.banner > .swiper-container {
   height: 100%
}
.banner > .swiper-container > div {
   height: 100%
}
.banner .swiper-pagination {
   height: auto !important;
}
.swiper-pagination-bullet {
   width: 10px !important;
   height: 10px !important;
   opacity: 0.5
}
.swiper-pagination-white .swiper-pagination-bullet-active {
   width: 10px !important;
   height: 10px !important;
   background: #d0202c !important;
   opacity: 1;
}
.nav_in .fa-bars {
   font-size: 32px;
   vertical-align: middle
}
.banner > .swiper-containerimg {
   object-fit: cover;
   display: block
}
.header.hover {}
.header.hover > div {}
.header.hover .logo {}
.page1 {
   background: url(../images/bg01.jpg) no-repeat center fixed;
   background-size: cover;
}
.clname {
   text-align: center
}
.clname h2 {
   margin: 0;
}
.clname h2 strong {
   font-size: 56px;
}
.clname h2 span {
   font-size: 40px;
   font-weight: bold;
}
.clnav {
   text-align: center;
   font-size: 30px; 
}
.clnav p{ font-size:18px; line-height:30px;}
.clnav a.hover {
   color: #C00
}
.news_item .txt {}
.tml_news {
   text-align: center;
}
.tml_news span {
   font-size: 16px;
   font-weight: bold;
   color: #9b9796;
   display: inline-block;
   margin: 10px;
}
.news_item {
   margin: 0;
   margin-top: 10px;
   margin-bottom: 10px;
}
.news_item .imgover a {
   width: 100%;
   display: block;
   overflow: hidden
}
.news_item .imgover, .news_item .txt {
   overflow: hidden;
   padding: 0 0px
}
.news_item .txt {
   padding: 10px 15px;
   background: #fff;
}
.news_item h4 {
   position: relative
}
.news_item h4 a {
   font-weight: bold;
   line-height: 25px;
   font-size: 16px;
}
.news_item h4 i {
   color: #999;
   position: absolute;
   right: 0;
   top: 5px;
   font-size: 14px;
}
.news_item img {
   width: 100%;
   height: 305px;
   object-fit: cover;
   display: block
}
.news_item p {
   height: 46px;
   overflow: hidden
}
.news_item > div {
   -moz-box-shadow: 0px 0px 20px 5px rgba(120, 150, 200, 0.2);
   -webkit-box-shadow: 0px 0px 20px 5px rgba(120, 150, 200, 0.2);
   box-shadow: 0px 0px 20px 5px rgba(120, 150, 200, 0.2);
   transition: all 0.4s;
}
.news_item > div img {
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
.news_item > div:hover img {
   transform: scale(1.1);
}
.news2_item > div {
   position: relative;
   overflow: hidden;
}
.news2_item {
   margin-bottom: 20px;
}
.news2_item .imgover a {
   width: 100%;
   display: block;
   overflow: hidden
}
.news2_item .imgover, .news2_item .txt {
   overflow: hidden;
   font-size: 20px;
   color: #fff;
}
.news2_item .txt {
   position: absolute;
   left: 0;
   top: 76%;
   background: rgba(0, 0, 0, .7);
   width: 100%;
   height: 100%;
}
.news2_item .txt h4 {
   padding: 30px 30px 70px;
   position: relative;
}
.news2_item .txt h4 a {
   font-size: 20px;
   color: #fff;
}
.news2_item .txt h4 .news2_item_spana {
   font-size: 20px;
   color: #fff;
   position: absolute;
   right: 30px;
   top: 30px;
}
.news2_item .txt p {
   line-height: 30px;
   padding: 0 30px;
   display: none;
}
.news2_item .txt.on h4 {
   padding-top: 55px;
}
.news2_item .txt.on h4 .news2_item_spana {
   top: 55px;
}
.news2_item .txt.on p {
   display: block;
}
.page5 {
   background: #f4f3f2;
}
.hezuo .news_item img {
   height: 150px;
}
.hezuo .news_item {
   margin: 0;
   padding: 5px;
}
.hezuo .news_item > div {
   margin: 0;
   padding: 0;
   box-shadow: none;
   border: 1px solid #ddd;
}
.swiper-pagfuwu {
   display: none;
}
.swiper-fuwulist {
   overflow: hidden;
   position: relative;
   padding-bottom: 100px;
}
.swiper-fuwubut {
   width: 100%;
   position: absolute;
   left: 0;
   bottom: 0;
   z-index: 99;
   text-align: center;
}
.swiper-fuwu-next {
   display: inline-block;
   border: 1px solid #d12524;
   border-right: none;
   width: 70px;
   height: 50px;
   border-radius: 30px 0 0 30px;
   background: url(../images/pre.png) no-repeat 70% center;
   vertical-align: middle;
   cursor: pointer;
}
.swiper-fuwu-prev {
   display: inline-block;
   border: 1px solid #d12524;
   border-left: none;
   width: 70px;
   height: 50px;
   border-radius: 0 30px 30px 0;
   background: url(../images/net.png) no-repeat 30% center;
   vertical-align: middle;
   cursor: pointer;
}
.swiper-fuwu-line {
   display: inline-block;
   width: 1px;
   height: 40px;
   background: #d12524;
   vertical-align: middle;
   margin: 0 -.5px;
}
.page4 .swiper-fuwu-next {
   border-color: #fff;
   background: url(../images/pre2.png) no-repeat 70% center;
}
.page4 .swiper-fuwu-prev {
   border-color: #fff;
   background: url(../images/net2.png) no-repeat 30% center;
}
.page4 .swiper-fuwu-line {
   background: #fff;
}
.guand_item {
   padding: 5px 10px;
}
.guand_item > div {
   padding: 0;
   margin: 0;
}
.guand_item > div dl {
   height: 150px;
   background: #fff;
   position: relative;
   margin: 0;
}
.guand_item > div dl dt {
   width: 100px;
   height: 105px;
   border-right: 1px solid #ddd;
   position: absolute;
   left: 0;
   top: 25px;
   text-align: center;
   font-size: 14px;
   color: #999;
}
.guand_item > div dl dt h2 {
   font-size: 40px;
   font-weight: bold;
   color: #000;
}
.guand_item > div dl dd {
   margin-left: 125px;
   padding: 25px 30px 0 0;
}
.guand_item > div dl dd h2 {
   font-size: 20px;
   margin: 10px 0 10px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
.guand_item > div dl dd h2 a {
   font-size: 20px;
}
.guand_item > div dl dd h2 a:hover {
   color: #d03039;
}
.guand_item > div dl dd p {
   font-size: 16px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   line-height: 30px;
}
.clname {
   padding: 80px 0 20px 0
}

.clnav {
   padding-bottom: 50px
}
.i3 {
   display: inline-block;
   width: 21px;
   height: 21px;
   margin-left: 10px;
   position: relative;
   top: -3px;
   background: url(../images/more1.png) no-repeat;
   vertical-align: middle
}
.more {
   font-size: 20px;
   margin-bottom: 30px
}
.more:after {}
.hei50 {
   height: 50px
}
.more {
   position: relative;
   display: inline-block;
}
.more:after {
   content: '';
   display: block;
   position: absolute;
   background: #fff;
   height: 1px;
   width: 100%;
   bottom: 2px;
}
.more:hover:after {
   -webkit-animation-name: goBack;
   animation-name: goBack;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
   -webkit-animation-duration: .4s;
   animation-duration: .4s;
   -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
   animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}
.more2 {
   color: #fff
}
.more2:after {}
.more3 .i3 {
   background: url(../images/more.png) no-repeat;
}
.more3 {
   color: #c23b36;
}
.more3:after {
   background: #c23b36;
}
.news {
   padding: 40px 0;
   padding-bottom: 20px
}
.page4 {
   background: url(../images/index_18.jpg) no-repeat center fixed;
   background-size: cover
}
.page4 .clnav *, .page4 .clname *, .page4 .clnav {
   color: #fff
}

.news_item .imgover{ overflow:hidden; position:relative;}
#qie{ color:#fff; position:absolute; bottom:-20px; left:10px;display: inline-block;
 
    margin: 4px 0;
    background: #d0202c;
    border-radius: 100%;
    width: 40px;
    height: 40px; line-height:40px; text-align:center}
.news_item .des {
   font-size: 18px;
   padding: 25px;
   line-height: 36px;-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
   color: #999;
   background: #fff; position:absolute; top:0; height:100%;left:0; background:rgba(0,0,0,0.5); color:#fff; top:100%
}
.news_item:hover  .des{ top:0}
.imgover{}
/*新闻中心*/
.banner-1{
	width: 100%;
	height: 710px;
	background-size:auto 100% ;
	position: relative;
	box-shadow: 0px 0px 35px rgba(0,0,0,0.2);
}



.banner-1 .fanhui h2{
	font-size: 40px;
	padding-left: 3%;
	color: #fff;
}

.banner-1 span{
	
	font-size: 18px;
	display: inline-block;
	padding: 5px 40px;
	color: #fff; 
	float:right;
	border: 1px solid #ccc; line-height:40px;
	border-radius: 40px; margin-top:23px;
}

.banner-1 span:hover{ background:#C00; border:#c00 solid 1px}









.small img{ width:100%; height:100%}

.author{
	margin: 20px 0 15px 0;
}
.author span{
	padding-left: 30px;
	position: relative
	display: inline-block;
	line-height: 50px;
	padding: 20px 0 20px 35px; 
	margin-right: 10px;
}
.author .span-1{
	background: url("../images/r2.jpg") no-repeat left;
	
}

.author .span-2{
	background: url("../images/r3.jpg") no-repeat left;
	
}
.text_author{
	margin: 0 150px;
}
.text_author p{
	color: #8E8E8E;
	font-size: 16px;
	text-align: center;
}
.text_author .pic{
	width: 100%;
	height: 700px;
	margin: 50px auto;
}

.text_author .pic img{
	width: 100%;
	height: 700px;
}
.text_author .turn{
	margin: 50px 0; 
}
.text_author .turn a{
	text-align: left;
	padding-top: 20px;
	display: inline-block;
	font-size: 16px !important;
}
.page4-no{
	    background: url(../images/1111111.jpg);
    background-size: cover;

}
.page4-no .swiper-fuwu-next{

	
}

.page4-no .clnav *, .page4-no .clname *, .page4-no .clnav {
    color: #000;
}


/*案例详情*/

.text_author {
	margin: 55px 0; 
}

.text_author p{
	color: #000;
}

.page-no{
	background: none;
}






/*服务项目详情*/

.container .news-service .left{
	width: 50%
}
.container .news-service .right{
	width: 50%;
}
.container .news-service .right h2{
	padding: 10px 0 25px 0px;
	font-weight: 600;
	border-bottom: 2px solid #BDBBBC;
}
.container .news-service .right p{
	margin-top: 30px;
	font-size: 16px;
	padding-right: 80px;
	letter-spacing: 4px;
	color: #4A4A4A;
}
.container .news-service .right span{
	margin-top: 190px;
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	background-color: #CC241B;
	border-radius: 20px;
}
.container .news-service .right .turn{
		margin-top: 35px;	
}

.container .news-service .right .turn a{
	margin-top: 15px;
	font-size: 16px;
	display: inline-block;
}




/*在线评估*/
.content_a{
	margin: 20px 100px;
	margin-top: 65px;
	border: 1px #ccc solid;
}
.content_a .mll{
	position: relative
}
.content_a .mll .alk{
position: absolute;
	top: 0;
	left: 0;
}












@-webkit-keyframes goBack {
   0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: right;
      transform-origin: right
   }
   49.9% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: right;
      transform-origin: right
   }
   50% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: left;
      transform-origin: left
   }
   100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: left;
      transform-origin: left
   }
}
@keyframes goBack {
   0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: right;
      transform-origin: right
   }
   49.9% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: right;
      transform-origin: right
   }
   50% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: left;
      transform-origin: left
   }
   100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: left;
      transform-origin: left
   }
}
.page2 {
   background: url(../images/bg02.jpg) no-repeat center fixed;
   height: 950px;
   background-size: cover;
   position: relative;
   overflow: hidden;
}
.page2 * {
   color: #fff;
}
.page2 .txt {
   font-size: 22px;
   line-height: 36px;
   padding-top: 50px
}
.page2 .clname {
   margin-bottom: 20px;
}
.page2 .clnav a.hover {
   color: #000;
}
.page2 a.more {
   padding: 0;
}
.clname-dla dt {
   min-height: 255px;
   background: #fff;
   border-radius: 5px;
   overflow: hidden;
   margin-bottom: 35px;
}
.clname-dla dt img {
   width: 100%;
}
.clname-dla dd {
   max-width: 1250px;
   margin: 0 auto;
}
.page3 {}
.page4 {
   background: url(../images/bg04.jpg) no-repeat center fixed;
   background-size: cover;
}
.page4 .clnav a.hover {
   color: #000;
}
.pic_main {
   height: 600px;
   overflow: hidden;
   margin: 44px auto 0 auto;
   position: relative;
}
.pic_main ul {
   width: 100%;
   height: auto;
   position: relative;
}
.pic_main ul li:nth-child(2) {
   z-index: 55;
}
.pic_main ul li {
   width: 752px;
   height: auto;
   position: absolute;
   left: 110%;
   top: 35px;
}
.pic_main ul li a .tu {
   width: 100%;
   height: auto;
   overflow: hidden;
}
.pic_main ul li a {
   width: 100%;
   height: auto;
   display: block;
}
.prev {
   width: 22px;
   height: 40px;
   background: url(../images/index_33.png) no-repeat;
   background-size: cover !important;
   position: absolute;
   top: 50%;
   margin-left: -60px;
   margin-top: -20px;
   left: 0%;
   z-index: 10;
   cursor: pointer;
}
.next {
   width: 22px;
   height: 40px;
   margin-right: -60px;
   background: url(../images/index_36.png) no-repeat;
   background-size: cover !important;
   position: absolute;
   top: 50%;
   margin-top: -20px;
   right: 0%;
   cursor: pointer;
   z-index: 10;
}
.news_item .time {
   font-size: 16px;
   line-height: 24px;
   color: #999;
   padding: 15px;
   background: #fff;
}
.inpro {
   margin-top: 30px
}

.zuipin_mobile{ max-width:1000px; margin:20px auto}
.gallery-thumbs{ width:67%; margin:0 auto}
.small{ position:relative}
.gallery-thumbs img{ height:124px; opacity:0.5 }
.gallery-thumbs .swiper-slide-active img{ opacity:1}

.news-service .zuipin_mobile .pinch-zoom img{ height:400px;object-fit:cover}
.pr{ position:absolute; left:0; top:0; width:16.5%; height:100%}
.ne{ position:absolute; right:0; top:0; width:16.5%; height:100%}
.list_box h1{ font-weight:bold}.cont{ padding:30px 0}
.btn5{ padding:14px 30px; background:#ca2927; border-radius:40px; color:#fff; display:inline-block;}
.rxts .dess{ height:300px; border-top:#333 solid 1px; padding:20px 0; line-height:30px; }
.rxts .turn{ margin:22px 0; padding-top:15px}
.rxts h1{ font-weight:bold; padding:10px 0}
.swiper-next {
   width: 22px;
   height: 40px;
   background: url(../images/index_36.png) no-repeat;
   background-size: cover !important;
   position: absolute;
   top: 50%;
   margin-top: -20px;
   right: 0%;
   margin-right: -60px;
   cursor: pointer;
   z-index: 10;
}
.swiper-prev {
   width: 22px;
   height: 40px;
   background: url(../images/index_33.png) no-repeat;
   background-size: cover !important;
   position: absolute;
   top: 50%;
   margin-top: -20px;
   margin-left: -60px;
   left: 0%;
   z-index: 10;
   cursor: pointer;
}
.news {
   position: relative
}
.pic_main ul li a .tu img {
   width: 100%;
   height: auto;
}
.pic_main .news_item img {
   height: auto
}
.wel {
   background: url(../images/bg03.jpg) no-repeat center;
   background-size: cover;
   height: 285px;
   color: #fff;
}
.wel a {
   color: #fff
}
.lx {
   background: rgba(208, 32, 44, 0.95);
}
.lx i {
   position: absolute;
   left: 0;
   top: 33%
}
.lx .col-sm-4 div {
   padding: 20px 0;
   padding-left: 100px;
   color: #fff;
}
.lx .col-sm-4 div strong {
   font-size: 30px
}
.lx .col-sm-4 div h2 {
   margin-bottom: 5px;
   font-size: 18px
}
.lx .col-sm-4 {
   border-left: rgba(255, 255, 255, 0.2) solid 1px;
}
footer {
   background: #000;
}
.footer_nav {
   padding: 50px 0 40px;
}
.footer_nav a {
   color: #fff;
   font-size: 18px;
   font-weight: bold;
   margin-right: 5%;
}
.footer_eow {
   padding: 70px 0;
}
.ft_nav {
   min-height: 255px;
}
.ft_nav li {
   font-size: 16px;
   line-height: 51px;
}
.ft_nav li h2 {
   font-size: 18px;
   font-weight: bold;
   color: #fff;
   padding-bottom: 25px
}
.ft_nav a {
   color: rgba(255, 255, 255, 0.8)
}
.ft_nav a:hover {
   color: #fff;
}
.Friend_tab {
   margin: 0;
}
.Friend_tab li {
   background: none;
   width: 132px;
   height: 51px;
   border: 1px solid rgba(255, 255, 255, 1);
   display: inline-block;
   margin-right: 0px;
   text-align: center;
   font-size: 16px;
   font-weight: bold;
   line-height: 51px;
}
.Friend_tab li.hover {
   background: rgba(255, 255, 255, 1);
}
.Friend_tab li a {
   color: #fff;
}
.Friend_tab li.hover a {
   color: #272727
}
.Friend_con {
   border-top: 1px solid rgba(255, 255, 255, 0.3);
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
   padding: 12px 0;
}
.Friend_con a {
   color: rgba(255, 255, 255, 0.3);
   font-size: 14px;
   line-height: 40px;
   padding-right: 17px;
}
.Friend_con a:hover {
   color: #fff;
}
.footer_bottom {
   background: #060606;
   height: 75px;
   padding: 20px 0
}
.footer_bottom {
   font-size: 14px;
   color: rgba(255, 255, 255, 0.3);
}
.footer_bottom a {
   color: rgba(255, 255, 255, 0.3);
}
.footer_bottom a:hover {
   color: #fff;
}
.fr_bar {

   position: fixed;
   width: 62px;
   height: 500px;
   border-radius: 62px;
   right: 10px;
   bottom: 5%;
   right: 1%;
   z-index: 99;
   opacity: 1
}
.fr_bar.hover {
   height: 62px;
}
.fa {
   font-size: 16px;
   font-style: normal;
}
.end {
   display: inline-block;
   margin: 0px 5px;
   width: 62px;
   position: absolute;
   bottom:27px;
   height: 62px;
}
.fr_bara a {
   display: inline-block;
   position: relative;
   margin: 4px 0;
   background: #d0202c;
   border-radius: 100%;
   width: 60px;
   height: 60px;
}
.fr_bara a i {
   position: relative;
   display: block;
   line-height: 60px;
   text-align: center;
   color: #f9dec4;
   margin: 0 auto;
   z-index: 5;
   font-size: 32px;
}
.fr_bara a > img {
   position: relative;
   z-index: 5
}
.fr_bara a .tsl {
   display: none;
   position: absolute;
   background: #d0202c;
   border-radius: 60px;
   line-height: 60px;
   padding: 0 40px;
   color: #f7ddc4;
   font-style: italic;
   font-size: 20px;
   right: 0px;
   top: 0;
   padding-right: 90px
}
.fr_bara a.fr_bar-a {
   width: 30px;
   height: 30px;
   left: 13px;
   bottom: -70px;
}
.fr_bara a.fr_bar-a i {
   font-size: 14px;
   line-height: 30px;
   font-weight: 300;
}
.fr_bara {
   display: inline-block;
   position: absolute;
   top: 0px;

   z-index: 99
}
.hovera1 {
   top: 110%;
   opacity: 0
}
.ew {
   position: absolute;
   display: none;
   right: 80px;
   width: 210px;
   padding: 15px;
   background: #d0202c;
   top: 50%;
   margin-top: -105px;
}
.ew img {
   border-radius: 5px;
   width: 100%;
}
.hovera {
   display: none !important
}
.fhj {
   z-index: 999;
}
.end {
   float: right;
   z-index: 999;
   margin: 0px !important
}
.fr_bara a > img {
   display: block;
   width: 60px;
   height: 60px;
}
.ew:after {
   content: '';
   display: block;
   width: 0;
   height: 0;
   border-top: 20px solid transparent;
   border-left: 20px solid #d0202c;
   border-bottom: 20px solid transparent;
   position: absolute;
   right: -14px;
   top: 50%;
   margin-top: -20px;
}
.fr_bara a:hover span {
   display: block
}
.fr_bara a:hover .ew {
   display: block
}
.allnav {
   top: -101%;
   position: fixed;
   height: 100%;
   left: 100%;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
   left: 0;
   background: rgba(205, 39, 27, .9);
   z-index: 55555;
   width: 100%
}
.allnav.hover {
   top: 0
}
.allnav * {
   color: #fff
}
.all2 {
   height: 320px;
   position: absolute;
   top: 50%;
   margin-top: -160px;
   width: 100%;
   left: 0;
}
.all2 dl.col-sm-2 {
   width: 14%;
}
.allnav .container {
   height: 100%
}
.all2 dt {
   font-size: 22px;
   padding: 30px 0;
   margin-bottom: 40px
}
.all2 dd {
   font-size: 20px;
   padding: 10px 0
}
.all1 {}
.all1 h4 {
   position: absolute;
   top: 5%;
   width: 100%;
   left: 0
}
.all1 p {
   position: absolute;
   top: 16%;
   width: 100%;
   left: 0
}
.all3 {
   position: absolute;
   bottom: 7%;
   width: 100%;
   text-align: center;
   left: 0;
   letter-spacing: 10px
}
.all3 h2 {
   font-size: 32px;
   font-weight: bold;
}
.all3 h2:before {
   content: '';
   display: inline-block;
   width: 10%;
   border-bottom: #fff solid 1px;
   vertical-align: middle;
   margin: 0 15px;
}
.all3 h2:after {
   content: '';
   display: inline-block;
   width: 10%;
   border-bottom: #fff solid 1px;
   vertical-align: middle;
   margin: 0 15px;
}
#guan {
   position: absolute;
   top: 30px;
   right: -20px;
}
#guan img {}
.con {
   display: none
}
.show {
   display: block !important
}
.banner2 {
   width: 100%;
   position: relative;
   height: 620px;
}
.banner2 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.title_ba {
   background: rgba(0, 0, 0, 0.8);
   line-height:100px;
   color: #fff; height:100px;
   width: 100%;
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 99;
}
.title_ba h2 {
   float: left;
 
   margin: 0; line-height:100px;
   font-size: 38px;
   font-weight: 700;
}
.title_ba .more_lt {
   float: right;
   font-size: 20px;
}
.title_ba .more_lt a {
   display: inline-block;
   color: #fff;
   margin: 0 5px;
}
.current_1 {
   font-size: 16px;
   height: 130px;
}
.current_1 .the {
   background: url(../images/fan.png) no-repeat left;
   background-size: auto 20px;
   padding-left: 30px;
   line-height: 130px;
   float: left;
}
.about_box {
   background: url(../images/ab_01.jpg) no-repeat center;
   background-size: cover;
   width: 100%;
   padding-bottom: 100px;
}
.current_1 .return {
   float: right;
   width: 130px;
   height: 50px;
   line-height: 50px;
   border-radius: 50px;
   border: 1px solid #f3353f;
   text-align: center;
   margin-top: 40px;
}
.current_1 .return:hover {
   background: #f3353f;
   color: #fff;
   border: 1px solid #f3353f;
}
.title_bax {
   text-align: center;
   font-size: 42px;
   font-weight: bold;
}
.title_bax.ba {
   color: #fff;
}
.text_p {
   font-size: 16px;
   text-align: center;
}
.text_p p {
   line-height: 32px;
   margin-top: 40px;
   font-size: 16px;
}
.news_der {
   width: 80%;
   display: block;
   margin: 0 auto;
}
.about_box2 {
   background: url(../images/ab_02.png) no-repeat center;
   background-size: cover;
   width: 100%;
   padding: 95px 0;
}
.about_box2 ul {
   margin-top: 60px;
}
.about_box2 .style_a1 .pic {
   width: 330px;
   height: 330px;
   border-radius: 330px;
   background: rgba(189, 29, 40, 0.9);
   display: block;
   margin: 0 auto;
}
.about_box2 .style_a1 .pic h3 {
   text-align: center;
   color: #fff;
   font-size: 36px;
   font-weight: bolder;
   padding-top: 110px;
}
.about_box2 .style_a1 .pic p {
   text-align: center;
   margin: 0 30px;
   font-size: 16px;
   color: #fff;
   margin-top: 30px;
}
.about_box2 .swiper-container {
   margin-top: 30px;
}
.about_box3 {
   width: 100%;
   padding: 95px 0;
}
.about_box3 .style_a2 {
   margin-top: 60px;
   text-align: center;
}
.about_box3 .style_a2 .pic {
   width: 330px;
   height: 330px;
   border-radius: 330px;
   display: block;
   margin: 0 auto;
   text-align: center;
   text-align: center;
}
.about_box3 .style_a2 .pic img {
   width: 100%;
}
.about_box3 .style_a2 h3 {
   text-align: center;
   font-size: 28px;
   font-weight: bolder;
   padding-top: 30px;
}
.about_box3 .style_a2 p {
   text-align: center;
   margin: 20px;
   font-size: 16px;
   line-height: 32px;
}
.back {
   background: #fff url(../images/nw_bg.jpg) no-repeat top center;
   background-size: cover;
}
.nows_box {
   background: #fff url(../images/nw_bg.jpg) no-repeat top center;
   background-size: cover;
}
.nows_box ul li {
   background: #fff;
   box-shadow: 0px 1px 14.56px 2px rgba(153, 153, 153, 0.4);
   position: relative;
   height: 250px;
   margin-bottom: 50px
}
.nows_box ul li:hover h2 a{ color:#C00}
.nows_box ul li:last-child {
   margin-bottom: 0;
}
.nows_box ul li .pic {
   width: 380px;
   height: 250px;
   position: absolute;
   left: 0;
   top: 0;
}
.aaaxx b{ width:110px; height:110px; background:#fff; border-radius:25px; margin-bottom:5px; line-height:110px; text-align:center; overflow:hidden ; display:inline-block}
.aaaxx p strong{ color:#ffe699; font-size:18px; line-height:24px;}
.aaaxx{ max-width:1400px; padding:40px 0; margin:0 auto; padding-top:0}
.nows_box ul li .pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}
.nows_box ul li .text {
   margin-left: 410px; margin-right:30px;
   
   padding-top: 1px;
}
.nows_box ul li .text h2 {
   padding-top: 40px;
   font-size: 20px;
   font-weight: bold;
}
.nows_box ul li .text p {
   font-size: 15px;
   line-height: 32px;
   margin-top: 20px;
}
.nows_box ul li .time {
   position: absolute;
   text-align: center;
   right: 55px;
   top: 50%;
   width: 80px;
   height: 100px;
   margin-top: -50px;
}
.nows_box ul li .time p {
   font-size: 60px;
   margin-bottom: 0;
   font-weight: bold;
}
.nows_box ul li .time span {
   font-size: 16px;
   margin-top: -10px;
   display: block;
   font-weight: bold;
}
.tel_lt {
   text-align: left;
}
.matop_60 {
   margin-top: 30px;
}
.un_page {
   padding: 50px 0;
   text-align: center;
   margin: 20px 0;
}
.un_page a {
   display: inline-block;
   _height: 55px;
   _line-height: 55px;
   padding: 0 25px;
   font-size: 20px;
}
.un_page a.hover, .un_page a:hover {
   background: #f1f1f1;
}
.wall_box {
   margin-bottom: 120px;
}
.text_p img {
   width: 100%;
   margin: 0 auto;
   text-align: center;
   display: block;
   box-sizing: border-box;
   padding: 10px 0;
}
.page_box {
   font-size: 16px;
}
.page_box a {
   display: block;
   color: #363636;
}
.page_box h3 {
   display: inline-block;
   font-size: 16px;
}
.title_us h2 {
   font-size: 26px;
   font-weight: 700;
}
.form_in {
   margin-top: 40px;
}
.form_in .in {
   margin: 10px 0;
}
.form_in .in .text.on {
   height: 160px;
   padding: 20px;
   resize: none;
   background: none;
}
.form_in .in .text {
   width: 100%;
   height: 60px;
   font-size: 24px;
   box-sizing: border-box;
   padding: 0 20px;
   background: none;
   border: 1px solid #a9a9a8;
}
.form_in .in .but {
   width: 215px;
   height: 60px;
   background: #fc5c40;
   color: #fff;
   border: 1px solid #fc5c40;
   display: inline-block;
   margin-right: 10px;
   font-size: 24px;
   float: left;
   margin-bottom: 20px;
}
.form_in .in .vali {
   height: 60px;
   line-height: 60px;
   width: 160px;
   border: 1px solid #a9a9a8;
   font-size: 24px;
   display: inline-block;
   margin-right: 10px;
   color: #727272;
   float: left;
   background: none;
   text-align: center;
   margin-bottom: 20px;
}
.form_in .in .pic {
   height: 60px;
   width: 160px;
   margin-right: 10px;
   overflow: hidden;
   border: 1px solid #a9a9a8;
   display: inline-block;
   float: left;
   margin-bottom: 20px;
}
.form_in .in .pic img {
   width: 100%;
   height: 100%;
}
.us_box {
   padding-bottom: 120px;
}
.address_us {
   margin-top: 60px;
}
.address_us li {
   font-size: 18px;
   color: #727272;
   margin: 40px 0;
}
.address_us li i {
   display: inline-block;
   margin-right: 5px;
   font-size: 32px;
   color: #f3353f;
   position: relative;
   top: 5px;
   width: 35px;
}
.rt {
   float: right;
}
.the_map {
   width: 100%;
   margin-bottom: 120px;
}
.the_map img {
   width: 100%;
   object-fit: cover;
}
.title_bet {
   height: 120px;
   border-bottom: 1px solid #909291;
}
.title_bet h2 {
   font-size: 42px;
   font-weight: bold;
   margin: 10px;
}
.ser_swiper {
   height: 460px;
   background: #000;
}
.ser_swiper img {
   height: 100%;
   object-fit: cover;
}
.ser_text {
   margin-left: 40px;
   font-size: 18px;
}
.ser_text p {
   line-height: 32px;
   margin: 0;
}
.ser_text h4 {
   font-size: 18px;
   margin-top: 30px;
}
.ser_text .cooperation {
   display: inline-block;
   background: #f3353f;
   width: 160px;
   height: 50px;
   border-radius: 50px;
   line-height: 50px;
   color: #fff;
   font-size: 18px;
   text-align: center;
   margin-top: 40px;
}
.ser_con {
   margin-top: 80px;
   padding-bottom: 80px;
   border-bottom: 1px solid #909291;
}
.ser_now {
   margin-top: 50px;
   padding-bottom: 60px;
   border-bottom: 1px solid #909291;
   margin-bottom: 60px;
}
.ser_now .pic {
   width: 80%;
   display: block;
   text-align: center;
   margin: 40px auto;
}
.ser_now .pic img {
   width: 100%;
}
.about2_box {
   margin-top: 80px;
}
.about2_box .pic {
   height: 550px;
}
.about2_box .pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.about2_box .text {}
.about2_box .text h2 {
   font-size: 38px;
   font-weight: 700;
   margin-bottom: 50px;
}
.about2_box .text p {
   font-size: 16px;
   line-height: 34px;
}
.hor160 {
   height: 160px;
}
#dituContent {
   height: 700px;
}
.renrw {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 50%;
}
.renrw img {
   width: 100%;
}
.about_swiper2 {
   position: relative;
}
.about_swiper2 .swiper-button-next {
   background: url(../images/index_36.png) no-repeat center !important;
   background-size: auto 30px;
   width: 30px;
   height: 55px;
   margin-top: -25.25px;
   right: -5%;
}
.about_swiper2 .swiper-button-prev {
   background: url(../images/index_33.png) no-repeat center !important;
   background-size: auto 30px;
   width: 30px;
   height: 55px;
   margin-top: -25.25px;
   left: -5%;
}
.about_swiper3 {
   position: relative;
}
.about_swiper3 .swiper-button-next {
   background: url(../images/index_36.png) no-repeat center !important;
   background-size: auto 30px;
   width: 30px;
   height: 55px;
   margin-top: -25.25px;
   right: -5%;
}
.about_swiper3 .swiper-button-prev {
   background: url(../images/index_33.png) no-repeat center !important;
   background-size: auto 30px;
   width: 30px;
   height: 55px;
   margin-top: -25.25px;
   left: -5%;
}
.fr_bar .fhj {
   width: 60px;
   height: 60px;
   line-height: 60px;
   text-align: center;
   color: #333;
   background: #fff;
   font-size: 32px;
   border-radius: 60px;
   border: 1px solid #d0202c;
   display: inline-block;
}
.fr_bar .fhj.a1 {
   color: #d0202c;
}
.address_us li i {
   text-align: center;
   color: #d0202c;
}
.address_us li i.fe26 {
   font-size: 26px;
}.banner .swiper-pagination{ bottom:280px}
.banner .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;

}
@media (max-width:1600px) {
   .bantxt dd {
      font-size: 24px
   }
   .pic_main {
      height: 500px
   }
   .about_box2 .style_a1 .pic {
      width: 290px;
      height: 290px;
      border-radius: 290px;
   }
   .about_box3 .style_a2 .pic {
      width: 240px;
      height: 240px;
      border-radius: 240px;
   }
}
.cont{ max-width:1200px; margin:0 auto; font-size:16px; line-height:30px}
.page4-no22 .guand_item > div{ border:#cccccc solid 1px}
@media (max-width:1500px) {
.banner .swiper-pagination{ bottom:250px}
   .about_box2 .style_a1 .pic {
      width: 260px;
      height: 260px;
      border-radius: 260px;
   }
   .about_box2 .style_a1 .pic h3 {
      padding-top: 80px;
      font-size: 30px;
   }
   .nows_box ul li .pic {
      width: 330px;
   }
   .nows_box ul li .text {
     
   }
   .news_item h4 a {
      font-size: 16px;
   }
   .banpic {
      height: 220px;
   }
   .banpic dl {
      padding-top: 55px;
   }
   .banpic dl dt {
      width: 60px;
      height: 60px;
   }
   .banpic dl dd {
      font-size: 16px;
   }
   .banpic dl dd p {
      padding-top: 7px;
   }
   .banpic dl.banpic-dla {
      padding-top: 35px;
   }
   .news2_item .txt {
      font-size: 16px;
   }
   .news2_item .txt h4 {
      padding: 20px 20px 40px;
   }
   .news2_item .txt h4 a {
      font-size: 16px;
   }
   .news2_item .txt h4 .news2_item_spana {
      font-size: 16px;
      right: 20px;
      top: 20px;
   }
   .news2_item .txt p {
      line-height: 26px;
      padding: 0 20px;
   }
   .news2_item .txt.on h4 {
      padding-top: 45px;
   }
   .news2_item .txt.on h4 .news2_item_spana {
      top: 45px;
   }
   .hezuo .news_item img {
      height: 130px;
   }
}
@media (max-width:1360px) {
   .news_item h4 a {
      font-size: 16px;
   }
   .nav_in .par {
      margin: 0 10px;
      font-size: 14px;
   }
   .ssaa form {
      max-width: 150px;
   }
   .ssaa input {
      max-width: 90px;
   }
   .hezuo .news_item img {
      height: 110px;
   }
}
@media (max-width:1200px) {
	.banner .swiper-pagination{ bottom:210px}
	.news_item .des{ font-size:14px; line-height:20px}
   .pic_main {
      height: 400px
   }
   .page2 {
      height: 800px;
   }
   .nav_in .par {
      margin: 0 6px;
      font-size: 12px;
   }
   .page2 .txt {
      font-size: 16px;
      line-height: 30px
   }
   .clnav, .lx .col-sm-4 div strong, .lx .col-sm-4 div h2 {
      font-size: 16px
   }
   .news_item h4 a {
      font-size: 14px;
      height: 30px;
      display: inline-block;
   }
   .title_bet h2 {
      font-size: 36px;
   }
   .about2_box .text h2 {
      font-size: 36px;
   }
   .all2 dt {
      font-size: 16px;
      padding: 20px 0;
      margin-bottom: 20px
   }
   .all2 dd {
      font-size: 14px;
   }
   .banpic {
      height: 190px;
   }
   .banpic dl dt {
      width: 50px;
      height: 50px;
   }
   .banpic dl dd {
      font-size: 14px;
      padding-top: 10px;
   }
   .banpic dl dd p {
      padding-top: 0;
   }
   .news2_item .txt {
      font-size: 12px;
   }
   .news2_item .txt h4 {
      padding: 10px 10px 10px;
   }
   .news2_item .txt h4 a {
      font-size: 14px;
   }
   .news2_item .txt h4 .news2_item_spana {
      font-size: 14px;
      right: 10px;
      top: 12px;
   }
   .news2_item .txt p {
      line-height: 20px;
      padding: 0 10px;
   }
   .news2_item .txt.on h4 {
      padding-top: 10px;
   }
   .news2_item .txt.on h4 .news2_item_spana {
      top: 10px;
   }
   .hezuo .news_item img {
      height: 90px;
   }
   .guand_item > div dl {
      height: 125px;
   }
   .guand_item > div dl dt {
      width: 80px;
      height: 95px;
      top: 15px;
      font-size: 14px;
   }
   .guand_item > div dl dt h2 {
      font-size: 30px;
   }
   .guand_item > div dl dd {
      margin-left: 95px;
      padding: 15px 30px 0 0;
   }
   .guand_item > div dl dd h2 {
      font-size: 16px;
      margin: 10px 0 10px;
   }
   .guand_item > div dl dd h2 a {
      font-size: 16px;
   }
   .guand_item > div dl dd p {
      font-size: 14px;
      line-height: 25px;
   }
   .footer_nav {
      padding: 30px 0 20px;
   }
   .footer_nav a {
      font-size: 14px;
      margin-right: 5%;
   }
   .Friend_con {
      padding: 10px 0;
   }
   .Friend_con a {
      line-height: 25px;
      padding-right: 12px;
   }
   .footer_bottom {
      height: auto;
      padding: 10px 0
   }
}

@media (max-width:1000px) {
   .header.hover .logo img {}
   .header.hover {
      height: 70px
   }
   .all2 dd {
      font-size: 12px
   }
   .all2 dt {
      font-size: 14px
   }
   #bar {
      color: #fff;
      font-size: 24px;
      margin: 20px 10px
   }
   .header > div {
      padding: 0
   }
   .header {
      height: 70px;
      padding: 0
   }
   .headlogo img {
      height: 40px
   }
   .header.hover .logo {
      margin-top: 15px
   }
   .ssaa {
      position: absolute;
      right: 10px;
      top: 38%;
      margin-top: -15px
   }
   .ssaa input {
      height: 25px;
      font-size: 14px;
      line-height: 26px;
   }
   .ssaa input.bss {
      margin-right: 5px;
      line-height: 100px;
      height: 20px;
      overflow: hidden;
      width: 40px;
      background-size: 45% !important;
      margin-top: 3px;
   }
   .ssaa .fa {
      color: #fff;
      font-size: 26px;
      padding-top: 3px;
   }
   .ssaa .dropmenudiv_b {
      top: 70px;
      left: -90px
   }
   .banpic {
      height: 150px;
   }
   .banpic dl {
      padding-top: 35px;
   }
   .banpic dl dt {
      width: 40px;
      height: 40px;
   }
   .banpic dl.banpic-dla {
      padding-top: 25px;
   }
   .title_ba {
      line-height: 80px;
   }
   .title_ba h2 {
      float: left;
      line-height: 80px;
      font-size: 28px;
   }
   .title_ba .more_lt {
      font-size: 16px;
   }
   .title_bax {
      font-size: 38px;
   }
   .current_1 .the {
      line-height: 90px;
   }
   .nows_box ul li {
      height: auto;
   }
   .nows_box ul li .pic {
      position: static;
      display: block;
      margin: 0 auto;
      width: 380px;
      padding-top: 20px;
      text-align: center;
   }
 
   .hezuo .news_item img {
      height: 70px;
   }
   .guand_item > div dl {
      height: 105px;
   }
   .guand_item > div dl dt {
      width: 60px;
      height: 75px;
      font-size: 12px;
   }
   .guand_item > div dl dt h2 {
      font-size: 20px;
   }
   .guand_item > div dl dd {
      margin-left: 75px;
      padding: 15px 10px 0 0;
   }
   .guand_item > div dl dd h2 {
      font-size: 14px;
      margin: 10px 0 5px;
   }
   .guand_item > div dl dd h2 a {
      font-size: 14px;
   }
   .guand_item > div dl dd p {
      font-size: 12px;
      line-height: 20px;
   }
}
@media (max-width:768px) {
   .navwap ul {
      position: absolute;
      width: 100%;
      height: calc(100% - 140px);
      top: 0;
      overflow-y: auto
   }
   .rxian b {
      font-size: 24px
   }
   .rxian {
      background: none;
      position: static;
      display: flex;
      justify-content: center;
   }
   .ssaa {
      bottom: 0;
      left: 0;
      width: 100%;
      top: auto;
   }
   .banpic {
      height: 120px;
   }
   .header {
      background-size: cover
   }
   body {
      padding-top: 70px
   }
   .header.hover {
      height: 70px
   }
   .header.hover .logo {
      margin-top: 15px
   }
   .headlogo img {
      height: 40px
   }
   .header {
      height: 70px;
      padding: 0
   }
   .inpro {
      margin-top: 0
   }
   .footer_bottom {
      line-height: 24px
   }
   .footer_eow {
      padding: 30px 0
   }
   .ft_nav li {
      line-height: 35px;
   }
   .ft_nav {
      min-height: 200px;
      padding-bottom: 20px
   }
   .cases {
      position: relative;
      padding-left: 40px;
      padding-right: 40px
   }
   .swiper-next {
      margin-right: 0
   }
   .swiper-prev {
      margin-left: 0
   }
   .news {
      padding-left: 40px;
      padding-right: 40px
   }
   .more {
      transform: scale(0.8);
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
   }
   .hei50 {
      height: 20px
   }
   .wel {
      height: 160px
   }
   .news_item img {
      height: 110px;
   }
   .swiper-container .imgover img {
      height: auto;
   }
   .lx .col-sm-4 div {
      padding-left: 80px;
   }
   .clname, .page2 .txt {
      padding: 20px 0
   }
   .clname {
      padding-top: 40px
   }
   .page2 .clname {
      margin: 20px 0
   }
   .clname h2 strong {
      font-size: 28px
   }
   .clname h2 span {
      font-size: 24px
   }
   .page2 {
      height: auto
   }
   .news_item .txt {
      padding: 5px
   }
   .news_item h4 {
      font-size: 14px;
      font-weight: normal
   }
   .news_item h4 a {
      font-weight: normal;
   }
   .page2 .txt, .news_item .des {
      font-size: 14px;
      line-height: 24px;
   }
   .current_1 {
      height: auto;
   }
   .current_1 .the {
      line-height: 60px;
   }
   .current_1 .return {
      float: right;
      width: 90px;
      height: 30px;
      line-height: 30px;
      border-radius: 30px;
      border: 1px solid #bd1d28;
      text-align: center;
      margin-top: 0;
   }
   .title_bax {
      font-size: 28px;
      padding-bottom: 30px;
   }
   .text_p p {
      margin-top: 10px;
   }
   .about_box2 ul {
      margin-top: 0;
   }
   .about_box2 {
      padding: 50px 0 30px 0;
   }
   .about_box3 {
      padding: 40px 0;
   }
   .about_box3 ul li {
      margin-top: 20px;
   }
   .nows_box ul li .pic {
      width: 100%;
   }
   .title_ba {
      padding: 10px 0;
      line-height: none;
   }
   .title_ba h2 {
      float: none;
      line-height: 40px;
      font-size: 18px;
      margin: 0 5px;
   }
   .nows_box {
      height: auto;
   }
   .back {
      height: auto;
   }
   .nows_box ul li .text {
      margin: 0 auto 0;
      width: 94%;
      padding-bottom: 20px;
   }
   .nows_box ul li .time {
      position: static;
      width: 100%;
      height: auto;
      text-align: left;
      padding: 40px 20px 20px;
   }
   .nows_box ul li .time p {
      font-size: 24px;
      display: inline-block;
   }
   .nows_box ul li .pic {
      padding-top: 0;
   }
   .nows_box ul li .time span {
      display: inline-block;
      margin-left: 10px;
   }
   .title_ba {
      line-height: 60px;
   }
   .title_ba .more_lt {
      font-size: 14px;
      float: none;
      line-height: 30px;
   }
   .current_1 .the {
      background: url(../images/fan.png) no-repeat left;
      background-size: auto 15px;
      padding-left: 20px;
      float: left;
      font-size: 12px;
   }
   .un_page {
      padding: 0 0 20px;
   }
   .un_page a {
      height: 35px;
      line-height: 35px;
      padding: 0 15px;
      font-size: 18px;
   }
   .about_box {
      padding-bottom: 50px;
   }
   .page_box {
      font-size: 14px;
      margin: 20px 0;
   }
   .page_box h3 {
      font-size: 14px;
   }
   .text_p img {
      padding: 10px 0;
   }
   .wall_box {
      margin-bottom: 50px;
   }
   .us_box {
      padding-bottom: 20px;
   }
   .rt {
      float: none;
   }
   .form_in .in .text {
      font-size: 18px;
      height: 45px;
   }
   .banner2 {
      width: 100%;
      position: relative;
      height: 260px;
   }
   .form_in .in .but {
      font-size: 18px;
      width: 160px;
      height: 45px;
      line-height: 45px;
      display: block;
      float: none;
   }
   .form_in .in .vali {
      width: 120px;
      height: 45px;
      line-height: 45px;
      font-size: 18px;
   }
   .form_in .in .pic {
      width: 120px;
      height: 45px;
   }
   .the_map {
      margin-bottom: 30px;
   }
   .address_us {
      margin-top: 30px;
   }
   .title_us h2 {
      font-size: 20px;
      margin: 0;
   }
   .address_us li {
      margin: 20px 0;
      font-size: 14px;
   }
   .form_in {
      margin-top: 20px;
   }
   .ser_text {
      margin-left: 0;
      margin-top: 30px;
   }
   .ser_text .cooperation {
      font-size: 16px;
      height: 40px;
      line-height: 40px;
      margin-top: 20px;
      width: 100px;
   }
   .ser_con {
      margin-top: 20px;
      padding-bottom: 30px;
   }
   .title_bet {
      height: 60px;
   }
   .title_bet h2 {
      font-size: 28px;
   }
   .ser_now .pic {
      width: 100%;
      margin: 20px 0;
   }
   .ser_now {
      margin-top: 30px;
      padding-bottom: 20px;
      margin-bottom: 20px;
   }
   .nows_box ul li .text h2 {
      padding-top: 10px;
   }
   .matop_60 {
      margin-top: 20px;
   }
   .title_bax {
      padding-bottom: 10px;
      font-size: 22px;
   }
   .return {
      display: none;
   }
   .about2_box {
      margin-top: 20px;
      padding-bottom: 50px;
   }
   .title_us {
      margin-bottom: 10px;
   }
   .about2_box {
      padding-bottom: 10px;
   }
   .about2_box .pic {
      height: auto;
      margin-top: 20px;
   }
   .about2_box .text {
      margin-top: 20px;
   }
   .about2_box .text h2 {
      margin: 0;
      font-size: 24px;
      margin-bottom: 20px;
   }
   .hor160 {
      height: 60px;
   }
   .the_map {
      width: 100%;
      height: 260px;
   }
   .the_map img {
      width: 100%;
      height: 100%;
      object-fit: cover;
   }
   .news_der {
      width: 100%;
   }
   .ser_text {
      font-size: 16px;
   }
   .ser_text h4 {
      font-size: 16px;
   }
   .news_item .time {
      font-size: 14px;
   }
   #dituContent {
      height: 100%;
   }
   .about_swiper2 .swiper-button-next {
      right: 0%;
   }
   .about_swiper2 .swiper-button-prev {
      left: 0%;
   }
   .about_swiper3 .swiper-button-next {
      right: 0%;
      top: 35%;
   }
   .about_swiper3 .swiper-button-prev {
      left: 0%;
      top: 35%;
   }
   .about_box2 .style_a1 .pic h3 {
      font-size: 24px;
   }
   .about_box3 .style_a2 h3 {
      font-size: 24px;
   }
   .footer_eow {
      display: none;
   }
   .fot_Friendship {
      display: none;
      text-align: center;
   }
   .footer_bottom .pull-right {
      float: left !important;
   }
   .ser_swiper {
      height: auto;
   }
   .aaa {
      overflow: hidden;
      height: 260px !important
   }
   .news2_item .txt h4 .news2_item_spana {
      display: none;
   }
   .swiper-fuwu-next {
      width: 50px;
      height: 35px;
   }
   .swiper-fuwu-prev {
      width: 50px;
      height: 35px;
   }
   .swiper-fuwu-line {
      height: 25px;
   }
   .page5 .container {
      width: 100%;
   }
   .footer_nav {
      padding: 20px 0 10px;
   }
   .footer_nav a {
      font-size: 14px;
      margin: 0 5% 10px 0;
   }
}
@media (max-width:550px) {
   .news2_item .txt h4 {
      padding: 3px 10px 3px;
      font-size: 12px;
   }
   .news2_item .txt h4 a {
      font-size: 12px;
   }
   .hezuo .news_item img {
      height: 50px;
   }
}








/*关于我们*/


.current_1 {
    font-size: 16px;
    height: 120px;
}

.current_1 .the {
    background: url( "../images/us1.jpg") no-repeat left;
    background-size: auto 20px;
    padding-left: 30px;
    line-height: 130px;
    float: left;


}
.my_list{
	color: #7B7B7B;
}
.my_list h2{
	
	font-size: 36px;
	text-align: center;
	font-weight: bold;

}
.my_list ul{
	margin-top: 80px;
}
.my_list ul li .text{
	margin-top: 55px;
}
.my_list ul li .text{
	line-height: 26px;
	font-size: 18px;
	font-weight: 600;
}

.my_list span{
	font-size: 20px;
	text-align: center;
	padding: 0 100px;
	display: inline-block;
	margin-top: 85px;
	line-height: 32px;
	color: #131112;
}
.banner_a{
	width: 100%;
	height: auto;
	margin: 70px 0 40px 0;
}

.banner_a img{
	width: 100%;
	height: 100%;
}

.container .medals-box{
	margin: 0 75px;
}

.content  ul li .j_box{
	width: 345px;
	height: 405px;
	border-radius: 25px;
	background: #FFF7DA;
	margin: 77px auto 66px auto;
	padding-top: 111px;
	
}
.content  ul li .j_box p{
	margin-top: 25px;
	display: inline-block;
	font-size: 18px;
	line-height: 32px;
}

/*服务*/

.container .list_box h2{
	font-weight: 600;
	font-size: 36px;
}
.img_list{
	margin-top: 40px;
}

.img_list ul li{
	
	margin-bottom: 35px;
}
.img_list ul li .pic{
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.4);
}
.img_list ul li .pic img{
	width: 100%;
	height: 367px;
	object-fit: cover;
}
.img_list .text{
	padding-top:30px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
/*	background: #7F3436;*/
	font-size: 18px;
	font-weight: 600;
	position: relative;box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.4);
}
.img_list .text p{
	margin-right: 40px;
	height: 50px;
	overflow: hidden;
}
.img_list .text span{
	position: absolute;
	width: 20px;
	height: 20px;
	display: inline-block;
	right: 20px;
	top: 40px;
	background: url("../images/g11.jpg") no-repeat;
	background-size: 20 20px;
}

.pages {
	width: 90%;
	height: 40px;
	margin: 0 auto;
}

.pages ul li{
	float: left;
	width: 50px;height: 40px;
	background-color: aqua;
}


.un_page {
	padding: 50px 0;
	text-align: center;
}
.un_page a {
	display: inline-block;
	border: 1px solid #e5e5e5;
	padding: 8px 15px;
	margin:0 0 5px 0;
	border-radius: 5px;
	font-size: 14px;
}
.un_page a:hover, .un_page a.hover {
	color: #000;
	background: #F5F5F5;
	border-color: #F5F5F5;
}
.un_page span {
	display: inline-block;
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	padding: 8px 15px;
	margin:0 0 5px 0;
	border-radius: 5px;
	color: #000;
	font-size: 14px;
}
/*.un_page .num {
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}*/
.img_list .text{
	height: 100px;
}

/*新闻*/
.my_listtwo h2{
	color: #000;
}


.nows_box ul li {
	background: #fff;
	box-shadow: 0px 1px 14.56px 2px rgba(153, 153, 153, 0.4);
	position: relative;
	height: 350px;
	margin-bottom: 50px
}
.nows_box ul li:last-child {
	margin-bottom: 0;
}
.nows_box ul li .pic {
	width: 380px;
	height: 350px;
	position: absolute;
	left: 0;
	top: 0;
}
.nows_box ul li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.nows_box ul li .text p {
	font-size: 12px;
	line-height: 24px;
	margin-top: 20px;
}
.nows_box ul li .time {
	position: absolute;
	text-align: center;
	right: 55px;
	top: 50%;
	width: 80px;
	height: 100px;
	margin-top: -50px;
}
.nows_box ul li .time p {
	font-size: 60px;
	margin-bottom: 0;
	font-weight: bold;
}
.nows_box ul li .time span {
	font-size: 16px;
	margin-top: -10px;
	display: block;
	font-weight: bold;
}





.nows_box ul li .text p a{
	
	color: #909090;
	
}
.nows_box ul li .tubiao{
	position: absolute;
	bottom: 40px;
	left: 400px;
}
.nows_box ul li .tubiao span{
	
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding-left: 40px;
	font-size: 16px;
	line-height: 30px;
	color: #909090;
	
}
.nows_box ul li .tubiao span .i1{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/r2.jpg") no-repeat left;
	background-size: 30px; 30px;
	display: inline-block;
	
}

.nows_box ul li .tubiao span .i2{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/r3.jpg") no-repeat left;
	background-size: 30px; 30px;
	display: inline-block;
	
}





/*在现估价*/
.my_list h2{
	color: #000;
}

.container table{
	margin: 20px auto 20px auto;
	font-size: 16px;
}
.container #add table { margin-bottom:0}
.container .text-left tr:nth-child(2n-1){
	
	background-color:#F5F7EC; color:#000;

}/*把第3个td的背景设为黑色*/

.container .text-left tr:nth-child(2n){
	
	background-color:#FEEAC9; color:#000;

}/*把第3个td的背景设为黑色*/

.container .text-left tr td:nth-child(1){
	font-weight: 600
}

.container .text-left tr:nth-child(1){
	font-weight: 600
}
#add{ min-height:100px}


/*收费标准*/
.box_tbody{
	width: 90%;
	margin: 0 auto;
}



/*服务流程*/
.container .box_list{
	margin-top: 25px; padding-bottom:30px
}
.container .box_list ul li{
	margin-bottom: 30px;
}
.container .box_list ul li .box{
	position: relative;
	padding: 10px 30px 20px 30px;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2)
}

.container .box_list ul li .box h3{
	font-size: 70px;
	font-weight: 600;
	color: #CE2B33;
}
.container .box_list ul li .box .pic{
			position: absolute;
	top: 25px;
	right: 20px;
		
}
.container .box_list ul li .box .pic img{
	max-width: 100%;
}
.container .box_list ul li .box p{
	display: inline-block;
	padding-left: 0px;

	padding-top: 50px;
	padding-bottom: 60px;
	font-size: 16px; margin-right:40px;
	color: #505050;
	height: 77px;
}
.container .box_list ul li .box i{
	width: 45px;
	height: 25px;
	display: inline-block;
	background:#ffffff url("../images/g11.jpg") no-repeat;

	position: absolute;
	bottom: 70px;
	right: 10px;
}

.container .list_box h4{
	margin-top: 70px;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
}


/*估价*/
.content_a .mll{
	position: relative
}
.content_a .mll h3{
	position: absolute;
	top: 20px;
	left: 40px;
}

.content_a .shuru{
	width: 100%;
	border: none;
	text-align: center;border-radius: 5px;color: #A6A9AA;
	background-color: #E4E8E9; padding:10px;
}

.content_a .butt_a{
	border: none;
	background-color: #fff;color: #A6A9AA;
}

.now-1{
	border-radius: 5px; outline:none;
	background-color: #E4E8E9;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none; text-align: center;
	  text-align-last: center;
	color:  #A6A9AA;
	border: none; padding:10px  !important;

}

.now-2 input{
	background: none;
}
.content_a .mll ul li tr{
	padding: 40px;
}

.content_a .mll ul li table td{
	padding: 10px 0 ;
}

.content_a .mll ul li table td span{
	background-color: #FBEBD2;
	display: inline-block;
	font-size: 14px;
	padding: 10px 10px; display:block; margin:0 6px;
	border-radius: 5px;
}
.mll-a h3{
	padding-left: 40px; position:absolute;
}

.mll ul{ margin-left:100px}
.mll-a .nll{
	
	font-size: 16px;
	margin: 20px 20px 20px 125px;
}
.mll-a .nll .a1{
	width: 70px;
	height: 35px;
	border: 2px solid #FBEBD2;
	border-radius: 5px;
}

.btns{ margin:30px 0 30px 12px}
@media (min-width: 768px){
.rspan{ margin-right:20px; display:inline-block}
}

@media (max-width: 1700px){
.content_a {
    margin: 20px 0;
    
}

}
@media (max-width: 1500px){
	
	.content  ul li .j_box{
	width: 245px;
	height: 305px;
	
	}
	.content_a .mll h3{ position:static ; padding-left:30px}
.mll ul{ margin:0}
	
}

@media (max-width: 1200px){
	.container .box_list ul li .box h3{ font-size:30px; margin-top:15px}
	.container .box_list ul li .box .pic img{ width:40px}
.current_1 .the {
    line-height: 90px;
}
	.container .medals-box{
	margin: 0 25px;
}.img_list .text{
		font-size: 14px;
	
	}
	.img_list .text p{
		height: 40px;
	}
	.container .box_list ul li .box p {
    display: inline-block;
    padding-left: 0px;
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #505050;
  
}
	
	
	.container .box_list ul li .box i{
	
    bottom: 10px;
    right: 10px;
	}
	.container .news-service .right,.container .news-service .left{
		float: none;
	}
	.banner-1{
	height: 610px;
	
}
	
	.nows_box ul li .tubiao span .i2 {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: url(../images/r3.jpg) no-repeat left;
    background-size: 30px;
    30px: ;
    display: inline-block;
}
}
@media (max-width: 1000px){
	.container .medals-box{
	margin: 0 5px;
	}
	.content ul li .j_box {
    width: 205px;
    height: 255px;
		padding-top: 40px;
}
.nows_box ul li {
    height: auto;
}
	
	.banner-1{
	height: 510px;
	
}
	
	.nows_box ul li .text {
    margin: 0 auto;
    width: 90%;
}
	.nows_box ul li .pic {
    position: static;
    display: block;
    margin: 0 auto;
    width: 380px;
    padding-top: 20px;
    text-align: center;
}
	.nows_box ul li .text p {
		height: 100px; overflow:hidden
	}
	.nows_box ul li .tubiao{
		left: 0%; font-size:12px;
		bottom: 20px; position:static; padding-left:10px; padding-bottom:20px;
	}
	.nows_box ul li .tubiao span{ font-size:12px}
}
@media (max-width: 768px){
	.current_1{ height:auto}
	.nows_box ul li .text h2{ font-size:18px; line-height:24px}
	.nows_box ul li .tubiao span .i2,.nows_box ul li .tubiao span .i1{ background-size:20px}
.current_1 .the {
     background: url( "../images/us1.jpg") no-repeat left;
    background-size: auto 15px;
    padding-left: 20px;
    float: left;
    font-size: 14px;
}
	
	.banner-1{
	height: 250px;
	
	
}
.my_list ul li{
	margin-bottom: 40px;
}
.my_list span{
	font-size: 14px;
	padding: 0 20px;
	margin-top: 20px;
}
	.my_list ul li .text{
		font-size: 14px;
		
	}
	.img_list .text p{
		height: 50px;
	}
	.container .medals-box{
	margin: 0 0px;
		padding-bottom: 1px;
	
}
	.img_list .text{
		font-size: 18px;
	}
	.nows_box ul li .pic {
    position: static;
    display: block;
    margin: 0 auto;
    width: 90%;
    padding-top: 20px;
    text-align: center;
}
	.container table{
	margin: 20px auto 20px auto;
	font-size: 12px;
}

	.banner-1 .fanhui h2{
		font-size: 18px;
		line-height: 40px;
	}
	.banner-1 .fanhui{
		height: 60px;
	}
	
	.banner-1 span{
		bottom: 5px;
	}
	
	
	.container .box_list ul li .box p {

    width: 220px;
  
}
.mll .nll{ line-height:50px; font-size:12px}
.banner-1 span{ margin-top:5px}
.mll-a h3{ position:static}.content_a .mll ul li table td span{ font-size:12px}
.mll ul table{ width:100%}
.banner-1 span{ font-size:12px; line-height:20px;}.title_ba{ height:60px}
	.now-1{ width:95% !important}.mll-a .nll{ margin:0}
	.container .list_box h2{ font-size:18px}
	.img_list{ margin-top:20px}.nows_box ul li .tubiao span{ padding-left:25px}
	.cont,.text_author .turn a,.author span{ font-size:12px !important;}
	.cont img{ max-width:100%}.container table{ margin:0}.container table{ width:100%}
	.clnav p{ font-size:12px; margin-top:20px; line-height:24px}.news-service .zuipin_mobile .pinch-zoom img{ height:auto}.gallery-thumbs img{ height:60px}.rxts h1,.list_box h1{ font-size:18px}.text_author .turn{ margin:0}.news_item h4{ height:50px; overflow:hidden}
	.rxts .dess{ font-size:12px; line-height:24px}.rxts .dess{ height:auto}.swiper-fuwulist{ }
	.aaaxx p strong{ color:#ffe699; font-size:14px; line-height:24px;}.inpro{ margin:0} 
}





.show_con {}
.show_con img { max-width:100% !important; height:auto !important;}